home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %SYS32% / SausReg.exe / 0 / RCDATA / TPURCHASEFORM / TPURCHASEFORM.txt
Encoding:
Text File  |  1999-04-29  |  2.4 KB  |  107 lines

  1. object PurchaseForm: TPurchaseForm
  2.   Left = 246
  3.   Top = 150
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '%s %s'
  7.   ClientHeight = 365
  8.   ClientWidth = 432
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 19
  22.     Top = 318
  23.     Width = 393
  24.     Height = 3
  25.   end
  26.   object TextLabel1: TLabel
  27.     Left = 19
  28.     Top = 82
  29.     Width = 393
  30.     Height = 20
  31.     AutoSize = False
  32.     WordWrap = True
  33.   end
  34.   object TextImage: TImage
  35.     Left = 131
  36.     Top = 19
  37.     Width = 271
  38.     Height = 48
  39.     AutoSize = True
  40.   end
  41.   object TextLabel2: TLabel
  42.     Left = 19
  43.     Top = 115
  44.     Width = 254
  45.     Height = 53
  46.     AutoSize = False
  47.     WordWrap = True
  48.   end
  49.   object TextLabel3: TLabel
  50.     Left = 19
  51.     Top = 182
  52.     Width = 393
  53.     Height = 98
  54.     AutoSize = False
  55.     WordWrap = True
  56.   end
  57.   object Button1: TButton
  58.     Left = 19
  59.     Top = 327
  60.     Width = 81
  61.     Height = 30
  62.     Caption = '&Help'
  63.     TabOrder = 0
  64.     Visible = False
  65.   end
  66.   object OK: TButton
  67.     Left = 241
  68.     Top = 327
  69.     Width = 81
  70.     Height = 30
  71.     Caption = '&OK'
  72.     Enabled = False
  73.     TabOrder = 1
  74.     OnClick = OKClick
  75.   end
  76.   object Cancel: TButton
  77.     Left = 334
  78.     Top = 327
  79.     Width = 81
  80.     Height = 30
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     TabOrder = 2
  84.     OnClick = CancelClick
  85.   end
  86.   object StartBrowser: TBitBtn
  87.     Left = 284
  88.     Top = 115
  89.     Width = 127
  90.     Height = 30
  91.     Caption = 'Start browser'
  92.     TabOrder = 3
  93.     OnClick = StartBrowserClick
  94.     Glyph.Data = {
  95.       36010000424D3601000000000000760000002800000012000000100000000100
  96.       040000000000C000000000000000000000001000000010000000000000000000
  97.       80000080000000808000800000008000800080800000C0C0C000808080000000
  98.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  99.       777777000000777777770000000007007777777777770FFFFFFF070077777077
  100.       77770FFFFFFF07007777080777770FFFFFFF07007077708077770FFFFFFF0700
  101.       080777080800008FFFFF070070807770008FFF00FFFF070077087778070EEFF0
  102.       8FFF070077707770770FFEFF0FFF070077787770770FFFEF0FFF070077707770
  103.       770FFFFF0000070077707770770FFFFF07777700777077780700008087777700
  104.       7770777700777700777777007778777778000087777777007777}
  105.   end
  106. end
  107.